object dxfmCompositionAddItems: TdxfmCompositionAddItems Left = 431 Top = 207 ActiveControl = lvItems BorderStyle = bsDialog Caption = 'Add Items to Composition' ClientHeight = 381 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Position = poScreenCenter OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object btnOK: TButton Left = 87 Top = 352 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 168 Top = 352 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 249 Top = 352 Width = 75 Height = 23 Cancel = True Caption = '&Help' TabOrder = 3 end object pgctrlItems: TPageControl Left = 5 Top = 8 Width = 319 Height = 338 ActivePage = tbsItems TabOrder = 0 TabStop = False object tbsItems: TTabSheet Caption = 'Available Items' object pnlBottomHost: TPanel Left = 0 Top = 279 Width = 311 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 1 object chbxHideIncludedItems: TCheckBox Left = 5 Top = 9 Width = 191 Height = 17 Caption = 'Hide Already Included Items' Checked = True State = cbChecked TabOrder = 0 OnClick = chbxHideIncludedItemsClick end end object lvItems: TListView Left = 0 Top = 0 Width = 311 Height = 279 Align = alClient Columns = <> ColumnClick = False MultiSelect = True ReadOnly = True TabOrder = 0 OnDblClick = lvItemsDblClick end object pnlNoItems: TPanel Tag = 20 Left = 19 Top = 33 Width = 266 Height = 22 BevelOuter = bvNone Caption = 'pnlNoItems' Color = clWindow TabOrder = 2 end end end end